home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / CALLING_ / CALLOUT.ICN < prev    next >
Text File  |  1990-04-08  |  193b  |  9 lines

  1.  
  2. procedure main()
  3.    write(&version)
  4.    write(&host)
  5.    every write(&features)
  6.    callout("printf", "this is a test")
  7.    write("the string is 25;", " the number = ", callout("atoi", "25"))
  8. end
  9.